home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
VISUALBA
/
VB_SMPL.ZIP
/
FOCUSPRB.EXE
/
FORM2.FRM
< prev
next >
Wrap
Text File
|
1993-11-16
|
1KB
|
55 lines
VERSION 2.00
Begin Form Form2
BorderStyle = 0 'None
Caption = "Validate"
ClientHeight = 1800
ClientLeft = 3648
ClientTop = 6336
ClientWidth = 2772
Height = 2268
Left = 3576
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1800
ScaleWidth = 2772
Top = 5940
Width = 2916
Begin CommandButton Command2
Caption = "No"
Height = 372
Left = 1560
TabIndex = 1
Top = 1200
Width = 852
End
Begin CommandButton Command1
Caption = "Yes"
Default = -1 'True
Height = 372
Left = 360
TabIndex = 0
Top = 1200
Width = 852
End
Begin Label Label1
Caption = "Label1"
Height = 732
Left = 240
TabIndex = 2
Top = 240
Width = 2292
End
End
Sub Command1_Click ()
Unload Form2
End Sub
Sub Form_LostFocus ()
If (Form2.tag = "") Then
Form2.SetFocus
End If
End Sub